home *** CD-ROM | disk | FTP | other *** search
- ┌───────────────────┐
- PgDn for more macros │ Sample Macro File │ PgDn for more macros
- └───────────────────┘
-
- Move Selector Bar to desired entry, press [Enter].
- Programs indicated to the right of each macro must be in your DOS path.
-
- You may assign keys to run these macros directly! Put a key-id in place
- of the "---". Press [Alt-H] and page down to "List of Key Identifiers."
-
- Macros used for DOWNLOADING (receiving) Program required
- ───────────────────────────────────────────────────────────────────────────
- ZMODEM batch {---} {exec DSZ port %p rz %a %w} {} (see note) DSZ.COM
- YMODEM batch {---} {exec DSZ port %p rb %a %w} {} (see note) DSZ.COM
- YMODEM CRC {---} {exec DSZ port %p rc %d\%i %a %w} {} DSZ.COM
- XMODEM CRC {---} {exec DSZ port %p rc %d\%i %a %w} {} DSZ.COM
- PUMA {---} {exec PUMA P%p S%s r %d\ %w} {} PUMA.EXE
- CIS BPlus {---} {exec OZBEXT /c%p /f%d /x %w} {} OZBEXT.EXE
- ───────────────────────────────────────────────────────────────────────────
- ** Note: registered DSZ users may add "%d" following the "rz" and "rb"
- commands to direct downloads to a specific directory.
-
- Macros used for UPLOADING (sending)
- ───────────────────────────────────────────────────────────────────────────
- ZMODEM batch {---} {exec DSZ port %p sz %u\%i %a %w} {} DSZ.COM
- YMODEM batch {---} {exec DSZ port %p sb -k %u\%i %a %w} {} DSZ.COM
- YMODEM CRC {---} {exec DSZ port %p sx -k %u\%i %a %w} {} DSZ.COM
- XMODEM CRC {---} {exec DSZ port %p sx %u\%i %a %w} {} DSZ.COM
- PUMA {---} {exec PUMA P%p S%s s %u\%i %w} {} PUMA.EXE
- CIS BPlus {---} {exec OZBEXT /c%p /f%u /x %w} {} OZBEXT.EXE
- ───────────────────────────────────────────────────────────────────────────
-
-
- Macro to review capture file, press Shift-F8 Program required
- ───────────────────────────────────────────────────────────────────────────
- {---} {exec LIST %c %w} {} LIST.COM
-
-
- Simple login macro, press F1
- ───────────────────────────────────────────────────────────────────────────
- {---} {send Fred|~~Brucker|~~~~#|} {} RBBS, PCBoard, Auntie, etc.
-
-
- Macro to list download directory, press Alt-F10
- ───────────────────────────────────────────────────────────────────────────
- {---} {exec dir %d /w %w} {} Download directory
-
-
- Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
- ───────────────────────────────────────────────────────────────────────────
- {pcb} {capture y,c:\commo\pcb.cap} {asci ,:}
- {setlook 60,hng,3,n|}
- {lookfor first name?} {send Fred Brucker|~#|} ═ your name here
- {lookfor Main Board Command?} {}
-
- {hng} {hangup y} {stop}
-
-
- The following macro can be executed from the command line with the
- switch "/m=dda". It will login to Directory Assistance RBBS, read
- and capture all messages in the MAIN, COMMO and COMM conferences,
- download {COMMO} 4.2, then logoff. After 50 dialing tries it will
- give up and beep twice.
-
- (put "dir" in the Dialing Directory macro field)
- ───────────────────────────────────────────────────────────────────────────
- {dda} {mark direc} {dial 50,bp2} {alarm 3} {}
- {bp2} {beep} {beep} {}
-
- {dir} {capture y,c:\commo\direc.cap} {asci ,:}
- {setlook 60,hng,3,n|}
- {lookfor first name?} {send Fred Brucker|~#|}
- {call di1}
- {setlook ,,3,|}
- {call di2} {call di1}
- {send j commo|}
- {call di2} {call di1}
- {send j comm|}
- {call di2} {call di1}
- {send j main|} {call di1}
- {send d;commo42.zip;z|}
- {execute dsz port %p rz} {call di1}
- {send g|} {capture n} {call ncr} {return}
-
- {di1} {lookfor your command?} {return}
- {di2} {send r s c|} {lookfor [q]uit} {return}
- {ncr} {setlook 10} {lookfor no carrier} {return}
-
-
- The next macro is a mini host mode. It will answer on the first ring,
- send a welcome message, wait for a password, then execute the batch
- file "host.bat." When you exit back to DOS it will hang up and recycle
- for the next call. A simple host.bat is included in the {COMMO}
- package. It uses the DOS command "CTTY", but could easily be changed to
- use any program such as the DoorWay program by Marshall Dudley
- (available as shareware).
- ───────────────────────────────────────────────────────────────────────────
- {hos} {parms ,2400,8} {capture y,c:\commo\host.cap} {localecho y}
- {hs1} {setlook 0} {lookfor ring} {send ~~~ata|}
- {lookfor connect 2400} {pause 2}
- {send |^J^L Welcome!!!|^J^J Enter password: }
- {setlook 5,hs2}
- {lookfor f} {send .} Put your password here
- {lookfor r} {send .} (my password is "fred|", | is a cr)
- {lookfor e} {send .}
- {lookfor d} {send .}
- {lookfor |}
- {send |^J^J^J Logon complete.|^J^J Calling host, please wait ...}
- {exec c:\commo\host %p} {hs2} {pause 1} {hangup y} {goto hs1}
-
-
- Compuserve logon macro
- ───────────────────────────────────────────────────────────────────────────
- {cis} {setlook 45,hng,2,^c} {send ^c} {capt y,c:\arct\cap\cis.cap} {asci ,:}
- {lookfor User ID:} {send 71021,356|}
- {setl 20,hng} {lookfor Password:} {send #|} {}
-
-
- ANSI/VT102 Key Support
- ───────────────────────────────────────────────────────────────────────────
- {hom} {send ^[[H} {} Home These keys are used by many
- {chm} {send ^[[L} {} ^Home full screen BBS editors.
- {pgu} {send ^[[Or} {} PgUp
- {cpu} {send ^[[M} {} ^PgUp They are also part of the
- {pgd} {send ^[[Oq} {} PgDn VT102 keyboard emulation.
- {cpd} {send ^[[H^[[2J} {} ^PgDn
- {end} {send ^[[K} {} End For full VT102 keyboard
- support you must include one
- {upa} {vtcur ^[[A|^[OA} {} Up Arrow of the two VT102 macro files
- {dna} {vtcur ^[[B|^[OB} {} Down Arrow (VT102-1.MAC or VT102-2.MAC).
- {lfa} {vtcur ^[[D|^[OD} {} Left Arrow
- {rta} {vtcur ^[[C|^[OC} {} Right Arrow
-
- {ins} {send ^[On} {} Insert
- {del} {send } {} Delete
- {cbs} {send } {} ^Backspace
-
-